-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix the distinction between missing and empty username/password for RFC3986 URIs #20335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
You requested the 8.5 RMs. Should this target PHP-8.5 instead? In any case, I don't think their review is necessary, since this is a bugfix. |
|
Yes: I was in a hurry and I forgot to set the target |
|
Ahh not even the base branch was right... I'll fix it later today |
628386f to
43dc427
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RM approval from me. Please also wait for @DanielEScherzer 's review, as we're late in the release process
As mentioned before, I consider this a bugfix (and thus not need RM approval). And given that #20303 is already merged, merging this one for the same release would make sense. Don't forget to adjust NEWS. |
43dc427 to
cdf06e5
Compare
* PHP-8.5: Fix the distinction between missing and empty username/password for RFC3986 URIs (#20335)
The same way as #20303